home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio / Ham Radio CD-ROM (Emerald Software) (1995).ISO / misc / commo41 / history < prev    next >
Encoding:
Text File  |  1990-03-12  |  11.0 KB  |  311 lines

  1. Recent Revision History
  2. -----------------------
  3.  
  4. This file contains the "What's new?" sections from prior {COMMO}
  5. releases.  If you have used {COMMO} before, please make sure you are
  6. caught up on all the changes and improvements.
  7.  
  8.  
  9. -----------                                             -------------
  10. {COMMO} 4.0                                             March 5, 1990
  11. -----------                                             -------------
  12.  
  13. The big change in this release is the Macro Programming capability. This
  14. facility gives you the tools to automate most of your communications
  15. activities and to customize {COMMO} to an extraordinary degree.  New and
  16. previous users alike should read the section in COMMO.DOC entitled
  17. "Programming {COMMO} Macros."
  18.  
  19.  
  20. Support File Changes
  21. --------------------
  22.  
  23. Configuration File: no changes.
  24.  
  25. Dialing Directory File: a new field has been added -- the Linked Macro.
  26. This is used to automatically start a macro when a connection is
  27. established.  It is placed between the password and the parameters, so
  28. if you have parameters you must at least have a null string {} as a
  29. placeholder.
  30.  
  31. Macro File: the format of all macros is new and more consistent now.
  32. See below.
  33.  
  34.  
  35. Macro Processor changes
  36. -----------------------
  37.  
  38. Macro files must be redone.  Command Macros may be converted to EXEC
  39. functions and Text Macros may be converted to SEND functions.  But you
  40. will probably want to make more changes to take advantage of the great
  41. increase in power.
  42.  
  43.           {c,af1} {dsz port %p rz %n}
  44.  
  45. becomes:  {af1} {exec dsz port %p rz} {stop}
  46.  
  47.           {t,f1} {Fred|}
  48.  
  49. becomes:  {nf1} {send Fred|} {stop}
  50.  
  51. Note that the short form of "{stop}" is "{}".
  52. Key-id's are more strict now, so take a look at the list in Online Help.
  53.  
  54.  
  55. The Ctrl-break key can be used to break out of macro processing and
  56. return you to the Terminal Screen.
  57.  
  58. The %n parameter (nowait) has been replaced with the %w parameter (wait)
  59. in the DOS command processor ("EXECute" function).  Thus nowait is the
  60. default, which seems more logical.  Please remove all %n's since they
  61. will cause an error.
  62.  
  63. Using point and shoot (pressing [Enter]) in the Macro File window will
  64. now execute the command as if it had been invoked with a key from the
  65. Terminal Screen, rather than forcing waits.  Waits may still be forced
  66. before and after DOS commands are executed by pressing [Ctrl-Enter].
  67.  
  68.  
  69. Dialing Directory changes
  70. -------------------------
  71.  
  72. Multi-number dialing now has the following new rules:
  73.  
  74. 1) When Alt-U is pressed from the Dialing Directory window, dialing will
  75.    begin at the Selector Bar (or the next marked number).  This affords
  76.    some control over the order of the dialing sequence.
  77.  
  78. 2) When Alt-U is pressed from the Terminal Screen, dialing will begin
  79.    with the next number in sequence.
  80.  
  81. 3) Dialing marks will be erased whenever the Dialing Directory file is
  82.    saved to disk.  There is also a new key "Y" in the directory window
  83.    to erase all marks manually.
  84.  
  85.  
  86. Internal Editor changes
  87. -----------------------
  88.  
  89. 1) Lines can now be up to 255 characters in length.
  90.  
  91. 2) Alt-Y replaces Alt-D to delete a line (to prevent accidents).
  92.  
  93. 3) Alt-T can be used to truncate from the cursor to end-of-line.
  94.  
  95. 4) The F1 and F2 keys can be used to type a "{" and a "}" respectively.
  96.  
  97. 5) F3 and F4 can be used to scroll up/down one line (all windows).
  98.  
  99. 5) F5 and F6 can be used to scroll horizontally left and right.
  100.  
  101. 6) ^PgUp/^PgDn move to beginning/end of file (all windows).
  102.  
  103. 7) The current column number is shown at the bottom of the screen.
  104.  
  105. 8) Files are now saved without the EOF character (ASCII 26) at the end.
  106.  
  107.  
  108. General
  109. -------
  110.  
  111. {COMMO} now has Doorway Mode, toggled on and off with Alt-=.  This will
  112. blank out the status line and run the display in 25-line mode.  All
  113. extended keys will send their respective scan codes (no internal {COMMO}
  114. commands or macros may be executed without pressing Alt-=).
  115.  
  116. The command line switch "/m=" has been changed.  This switch now
  117. specifies a macro to be executed on {COMMO} startup.  If the macro is
  118. found the modem init string will be sent and the macro started.  See the
  119. section "Command Line Options" in COMMO.DOC.
  120.  
  121. The communications port now remains open during Shell to DOS and DOS
  122. command execution.  Thus you can perform these functions without losing
  123. data.  However the buffer size is limited (2048 bytes), so don't be long
  124. if data is coming in rapidly.  Also beware of DOS!  At higher speeds
  125. characters will be lost due to long periods of disabled interrupts.  Use
  126. a 16550A to be sure.
  127.  
  128. ANSI emulation has been further enhanced to include the line and
  129. character editing functions used by some full-screen BBS editors.
  130.  
  131.  
  132. ------------                                         ----------------
  133. {COMMO} 3.31                                         December 1, 1989
  134. ------------                                         ----------------
  135.  
  136. This is basically a "bug-fix" release and does not require any changes
  137. to the support files.
  138. ---
  139. Users with monochrome displays may once again set the "colors"
  140. (attributes, actually) by answering "yes" to the new Configuration File
  141. parameter attached to Item 20:
  142.  
  143.   20 * {07,yes}                   Terminal screen colors,
  144.                                      enable mono attributes (yes,no)
  145.  
  146. Leaving it "no" will force the default colors as in release 3.30.  This
  147. parameter has no effect on color displays.  In either case it may be
  148. omitted and will default to "no."
  149. ---
  150. ANSI emulation has been improved.  This will be especially noticeable on
  151. CompuServe, where the screen will clear properly and the capture will
  152. work correctly.
  153. ---
  154. When using command line Dialing Strings {COMMO} will no longer terminate
  155. the search if the string is located on a Dialing Directory comment line.
  156. Searching will continue until the string is matched on a valid entry
  157. line or the end of file is reached.
  158. ---
  159. Blank line expansion will now work if the first line of an ASCII
  160. Upload file is blank.
  161. ---
  162. Handling of serial port interrupts has been expanded and enhanced,
  163. improving the speed of ASCII Uploads while in DESQview.
  164. ---
  165. {COMMO} will now support the NS16550AN UART chip, enabling the FIFO
  166. buffers whenever the serial port is opened and disabling them when the
  167. serial port is closed.  This is especially important when running at
  168. high speeds on multi-tasking systems, or when TSR programs create long
  169. interrupt chains which may cause overrun errors.
  170.  
  171.  
  172. ------------                                         ----------------
  173. {COMMO} 3.30                                         November 2, 1989
  174. ------------                                         ----------------
  175.  
  176. The Configuration File has some new entries.  Previous users please edit
  177. the new sample file to your own needs.  You will NOT be able to start
  178. {COMMO} using your old Configuration File (this will only take a few
  179. minutes).
  180.  
  181.  
  182. Appearance
  183. ----------
  184.  
  185. The appearance of the windows has been changed.
  186.  
  187.  
  188. Command line options
  189. --------------------
  190.  
  191. The switches have a new format:
  192.  
  193.      "/C=other.cfg" instead of "{C=other.cfg}," etc.
  194.  
  195. Search strings may be specified to initiate dialing from the command
  196. line.  For example:
  197.  
  198.      commo exec-pc telegodzilla
  199.  
  200. will mark the directory and begin Multi Number Dialing.  See COMMO.DOC
  201. for details.
  202.    
  203.  
  204. Status line and toggles
  205. -----------------------
  206.  
  207. What was previously "Local Echo" is now "Chat Mode" (sorry, not split
  208. screen yet).  The new Local Echo does not add linefeeds. This is for
  209. calling certain services, such as GEnie.
  210.  
  211. The Signal Lights Display toggle is now configurable.  The lights are
  212. now on the right side of the status line, alternating with System Name,
  213. and still toggled manually with Alt-0.
  214.  
  215. The number of minutes connected to a system is shown on the status line.
  216. This is reset whenever you connect to a new system.
  217.  
  218.  
  219. Dialing
  220. -------
  221.  
  222. If communication parameters (for example, {2400,8}) are not present in
  223. the Dialing Directory, then the default values in the Configuration File
  224. (item 2) will be used.  There is really no reason now to specify these
  225. for each entry unless they are different from the defaults.  In prior
  226. releases the defaults (when dialing) were the current values showing on
  227. the status line.
  228.  
  229. Handling of dialing results and manual cancellation has been improved,
  230. especially with high-speed modems.
  231.  
  232.  
  233. Internal editor
  234. ---------------
  235.  
  236. Lines in {COMMO} support files may now be edited to 132 characters.
  237.  
  238. Passwords are hidden in the Dialing Directory.  Just press [E] to expose
  239. them.
  240.  
  241. Cursor keys are now much more logical.  For example, Home and End
  242. move to the beginning and end of the line. See Online Help for
  243. details of these and other key changes.
  244.  
  245.  
  246. Sound
  247. -----
  248.  
  249. Alarms and beeps may now be totally silenced.  All alarms are
  250. individually configurable.
  251.  
  252.  
  253. ------------                                      ------------------
  254. {COMMO} 3.20                                      September 11, 1989
  255. ------------                                      ------------------
  256.  
  257. The Configuration File has some new entries.  Previous users please edit
  258. the new sample file to your own needs.  You will NOT be able to start
  259. {COMMO} using your old Configuration File (this will only take a few
  260. minutes).
  261.  
  262. There are now several command line switches.  See COMMO.DOC or the new
  263. Online Help for an explanation.
  264.  
  265. Most of the details from the Operations Manual have been moved into the
  266. new extensive Online Help file.  Context-related Help is available from
  267. almost everywhere at almost any time.
  268.  
  269. There is a new window to show the progress of the dialing operation.
  270.  
  271. Autobaud detection has been added to the dialing function.  See the
  272. description of the Alt-6 key command in the Online Help for details.
  273.  
  274. Multi Number Dialing has new commands to skip or remove a number from
  275. the dialing queue.  See Online Help.
  276.  
  277. A Manual Dialing feature has been added to the Dialing Directory window.
  278.  
  279. A new key command, Alt-O, has been added to send the mOdem
  280. initialization string from inside the program.
  281.  
  282. The port addresses and IRQ numbers for all four serial ports may now
  283. be specified in the Configuration File.  See Online Help.
  284.  
  285. The %a Command Macro parameter is now independent of the Alt-3 Alarm
  286. toggle (i.e. the alarm may be off, but it will sound if %a is present.
  287.  
  288. The number of alarm rings is now configurable.  See item 29 in the
  289. Configuration File.
  290.  
  291. The Alt-F key command, Change Capture File, has been combined with the
  292. Alt-1 command, Toggle Capture File open/closed.  Alt-F has been
  293. eliminated.
  294.  
  295. Alt-L now brings up a new screen where you can change the Communication
  296. Parameters with much greater ease.
  297.  
  298. A text search feature has been added to all file and editing windows.
  299. See Online Help for details.
  300.  
  301. Lines in files may now be edited up to 128 characters.
  302.  
  303. New edit control keys have been added for "cut and paste."  See Online
  304. Help.
  305.  
  306. The interface to DESQview has been improved, providing other tasks with
  307. a greater share of processor cycles.
  308.  
  309.  
  310.                                -end-
  311.